This property indicates whether the user has clicked the Cancel button on the progress dialog.
Read-Only Boolean property
This example enumerates the documents in the result list, checking for user cancellation.
For Each Document in App.ActiveTab.FetchAll If Not Cancelled Then ' Do your processing here End If Next